home *** CD-ROM | disk | FTP | other *** search
-
-
-
- RMOLD User Commands RMOLD
-
-
-
- _________________________________________________________________
-
- NNAAMMEE
- rmold - Delete old files
-
- SSYYNNOOPPSSIISS
- rrmmoolldd [_o_p_t_i_o_n_s] _n_u_m_D_a_y_s _f_i_l_e _f_i_l_e ...
-
- OOPPTTIIOONNSS
- --mmoodd Use modify time instead of access time to
- control deletion.
-
- --pprriinntt Do not actually delete any files; just print
- a list of those that would be deleted.
-
- --ttiimmeessFFrroomm _d_i_r_e_c_t_o_r_y
- For each _f_i_l_e, get the access (or modify)
- time from _d_i_r_e_c_t_o_r_y//_f_i_l_e instead of from
- _f_i_l_e.
-
- --hheellpp Print a summary of the command-line options
- and exit without updating any targets.
-
- _________________________________________________________________
-
-
- DDEESSCCRRIIPPTTIIOONN
- The rrmmoolldd program deletes all of the named files that
- haven't been accessed in the last _n_u_m_D_a_y_s days. It prints
- the names of all the files it deleted. If the --mmoodd switch
- is given, then rrmmoolldd deletes all the files that haven't been
- modified in _n_u_m_D_a_y_s days. If --pprriinntt is specified then rrmmoolldd
- prints the names of files that haven't been accessed (or
- modified) in _n_u_m_D_a_y_s, but it doesn't delete any of them.
-
- If ttiimmeessFFrroomm is specified, rrmmoolldd will use the access (or
- modify) time of the same-named file in the given alternate
- directory. This option lets you delete old backup files
- after the installed version of the file has been around for
- awhile. For example, to delete backup copies of commands
- that were installed over 90 days ago, you could do something
- like
-
- cd /sprite/cmds.$MACHINE.old
- rmold -mod -timesFrom /sprite/cmds.$MACHINE 90 *
-
-
- KKEEYYWWOORRDDSS
- access, delete, modified, old
-
-
-
-
-
-
-
-
- Sprite v.1.0 Printed: March 12, 1991 1
-
-
-
-